github.com/klauspost/compress/zstd.SnappyConverter.readFull (method)
7 uses
github.com/klauspost/compress/zstd (current package)
snappy.go#L109: if !r.readFull(r.buf[:4], true) {
snappy.go#L152: if !r.readFull(buf, false) {
snappy.go#L216: if !r.readFull(buf, false) {
snappy.go#L228: if !r.readFull(r.block.literals, false) {
snappy.go#L257: if !r.readFull(r.buf[:len(snappyMagicBody)], false) {
snappy.go#L278: if !r.readFull(r.buf[:chunkLen], false) {
snappy.go#L402: func (r *SnappyConverter) readFull(p []byte, allowEOF bool) (ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |